Skip to content

Conversation

safoinme
Copy link
Contributor

@safoinme safoinme commented Dec 8, 2024

  • Introduced local_deployment pipeline for deploying models locally.
  • Added bento_deployment and bento_dockerizer steps for model containerization and deployment.
  • Created .env.local file for model configuration.
  • Updated rag_deployment and finetune_embeddings to include new parameters.
  • Added Kubernetes template for service and deployment configuration.

- Introduced local_deployment pipeline for deploying models locally.
- Added bento_deployment and bento_dockerizer steps for model containerization and deployment.
- Created .env.local file for model configuration.
- Updated rag_deployment and finetune_embeddings to include new parameters.
- Added Kubernetes template for service and deployment configuration.
Copy link

dagshub bot commented Dec 8, 2024

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is this a file that should be commited?

@@ -251,7 +259,8 @@ def main(
)()

elif pipeline == "deploy":
rag_deployment.with_options(model=zenml_model, **pipeline_args)()
#rag_deployment.with_options(model=zenml_model, **pipeline_args)()
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

maybe make this configurable somehow through click args

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants